home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000205_news@columbia.edu_Mon Jun 26 09:29:47 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA21499
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 26 Jun 1995 05:30:05 -0400
  3. Received: by apakabar.cc.columbia.edu id AA08271
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 26 Jun 1995 05:30:03 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!math.ohio-state.edu!jussieu.fr!univ-lyon1.fr!swidir.switch.ch!newsfeed.ACO.net!Austria.EU.net!news.Austria.EU.net!tony
  6. From: tony@austria.eu.net (Tony Curtis)
  7. Newsgroups: comp.unix.questions,comp.protocols.kermit.misc,news.newusers.questions
  8. Subject: Re: Extension on file of .g
  9. Followup-To: comp.unix.questions,comp.protocols.kermit.misc,news.newusers.questions
  10. Date: 26 Jun 1995 09:29:47 GMT
  11. Organization: EUnet EDV-Dienstleistungs GmbH (Austria)
  12. Lines: 11
  13. Distribution: world
  14. Message-Id: <TONY.95Jun26112947@Relay1.Austria.EU.net>
  15. References: <3sf20g$r6u@ucsu.Colorado.EDU> <DAr2CF.54u@midway.uchicago.edu> <Pine.SV4.3.91.950625195553.3909A-100000@outland.dtcc.edu> <3sltoc$665@news.csus.edu>
  16. Nntp-Posting-Host: relay1.austria.eu.net
  17. In-Reply-To: psalzman@sfsuvax1.sfsu.edu's message of 26 Jun 1995 09:13:48 GMT
  18. Xref: news.columbia.edu comp.unix.questions:75665 comp.protocols.kermit.misc:3041 news.newusers.questions:69973
  19. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  20.  
  21.  
  22. sliver> If the files with the gz extention are on outland,
  23. sliver> gzip -d filename.gz
  24.  
  25. sliver> If the files with the gz extention are on your pc,
  26. sliver> upload them to outland, perform the step above and
  27. sliver> download them back to your pc.
  28.  
  29. Or get gzip.exe for DOS which is probably easier in this case...
  30.  
  31. tony